home *** CD-ROM | disk | FTP | other *** search
- 10 ifx=0thenx=1:gosub260: load"unpacker",8,1
- 20 ifx=1thenx=2:load"pixel.shps",8,1
- 30 poke249,224:poke250,204: rem screen/color
- 40 poke251,0:poke252,64: rem shp buffer
- 50 poke253,0:poke254,0: rem x-pos,y-pos
- 60 print"[145][145] [208]ress space bar to view pixel page."
- 70 print" [208]ress it again to return to loadstar."
- 80 wait198,1:poke198,0
- 90 :
- 100 s=54272:fori=0to24:pokes+i,0:next
- 110 pokes+5,240:pokes+6,253:pokes,0:pokes+1,4:pokes+23,241:pokes+24,31
- 120 pokes+4,129
- 130 :
- 140 poke255,0:sys51462: rem unpack full screen
- 150 :
- 160 sys51459: rem show screen
- 170 poke53265,peek(53265)or32: poke53270,peek(53270)or16:poke198,0
- 180 sh=2:d=rnd(1)*100:fordl=1tod:ifpeek(198)=0thennext
- 190 ifpeek(198)=0thenpoke253,3:poke254,1:poke255,sh:sys51462
- 195 ifsh=2thensh=1:d=rnd(1)*100:fordl=1to100:ifpeek(198)=0thennext:goto190
- 200 ifpeek(198)=0then180
- 210 sys51459
- 220 :
- 230 forv=15to0:pokes+24,v:next
- 231 print"[147]":poke53281,0:poke53280,0
- 232 print" [211]hreveport is located in the north-"
- 233 print" west corner of [204]ouisiana."
- 234 print"[212]he population is approximately 350,000."
- 235 print" <[208]ress a key to return to [204][207][193][196][211][212][193][210]>":poke198,0:wait198,1
- 240 print""spc(9)"[210]eturning to [204][207][193][196][211][212][193][210]...."
- 250 poke40961,23:load"hello connect",8:end
- 260 rem main screen
- 270 poke53280,0:poke53281,0:print"[147]"chr$(8)
- 280 printspc(13)"[158][204][207][193][196][211][212][193][210] #23"
- 290 print""spc(14)"[208]ixel[160][208]age"
- 300 print:print:print
- 310 print
- 320 print"[158] [205]ommy, where do they live?"
- 330 print
- 340 print" [215]ell dear, [201] really don't know!":print
- 342 print" ([200]mmm...)"
- 350 print"[154] [195]over designed by [211]tephen [199]ross using"
- 360 printspc(12)"the [203]oala pad."
- 370 print"[156] [204]oading picture...please wait."
- 380 return
-